home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Tools
/
Turbo Pascal V7
/
TVFM.ZIP
/
MAKETVFM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-11-03
|
263 b
|
13 lines
tpc /m /l /dSingleExe makeres
if errorlevel 1 goto error
makeres
tpc /m /l /dSingleExe tvfm
if errorlevel 1 goto error
copy /b tvfm.exe+tvfm.tvr temp.exe
copy temp.exe tvfm.exe
del temp.exe
goto done
:error
@echo Error encountered building TVFM
:done